[INFO] cloning repository https://github.com/mrtryhard/rs-broadsign-rt-pop
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mrtryhard/rs-broadsign-rt-pop" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmrtryhard%2Frs-broadsign-rt-pop", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmrtryhard%2Frs-broadsign-rt-pop'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 98b8b470baf7b576c8ade52a5138772f15a4355a
[INFO] testing mrtryhard/rs-broadsign-rt-pop against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmrtryhard%2Frs-broadsign-rt-pop" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mrtryhard/rs-broadsign-rt-pop
[INFO] finished tweaking git repo https://github.com/mrtryhard/rs-broadsign-rt-pop
[INFO] tweaked toml for git repo https://github.com/mrtryhard/rs-broadsign-rt-pop written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mrtryhard/rs-broadsign-rt-pop on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mrtryhard/rs-broadsign-rt-pop already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded r2d2_sqlite v0.25.0
[INFO] [stderr]   Downloaded regex-lite v0.1.5
[INFO] [stderr]   Downloaded ahash v0.8.9
[INFO] [stderr]   Downloaded zmij v1.0.2
[INFO] [stderr]   Downloaded actix-http v3.12.0
[INFO] [stderr]   Downloaded bumpalo v3.15.0
[INFO] [stderr]   Downloaded actix-web v4.13.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8e38c85c0ae7b808a56f6fe3eb64972068aff0d1a55e484d3ece35547f332e7f
[INFO] running `Command { std: "docker" "start" "-a" "8e38c85c0ae7b808a56f6fe3eb64972068aff0d1a55e484d3ece35547f332e7f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8e38c85c0ae7b808a56f6fe3eb64972068aff0d1a55e484d3ece35547f332e7f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8e38c85c0ae7b808a56f6fe3eb64972068aff0d1a55e484d3ece35547f332e7f", kill_on_drop: false }`
[INFO] [stdout] 8e38c85c0ae7b808a56f6fe3eb64972068aff0d1a55e484d3ece35547f332e7f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f7080ae485f5f36feda03ef9add4a60534e539fc04a38f431a4b0c5531a387e3
[INFO] running `Command { std: "docker" "start" "-a" "f7080ae485f5f36feda03ef9add4a60534e539fc04a38f431a4b0c5531a387e3", kill_on_drop: false }`
[INFO] [stderr]    Compiling smallvec v1.13.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling ahash v0.8.9
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling socket2 v0.5.5
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling cc v1.2.7
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_properties_data v2.0.0
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling tokio v1.44.2
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling syn v2.0.95
[INFO] [stderr]    Compiling http v0.2.11
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]    Compiling zerocopy v0.8.23
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling bytestring v1.3.1
[INFO] [stderr]    Compiling zmij v1.0.2
[INFO] [stderr]    Compiling deranged v0.5.5
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]    Compiling indexmap v2.2.3
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling brotli-decompressor v5.0.0
[INFO] [stderr]    Compiling zstd-sys v2.0.9+zstd.1.5.5
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling regex-lite v0.1.5
[INFO] [stderr]    Compiling cpufeatures v0.2.12
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling brotli v8.0.1
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rand v0.9.0
[INFO] [stderr]    Compiling hashlink v0.9.0
[INFO] [stderr]    Compiling scheduled-thread-pool v0.2.7
[INFO] [stderr]    Compiling foldhash v0.1.4
[INFO] [stderr]    Compiling anstream v0.6.12
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]    Compiling r2d2 v0.8.10
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling uuid v1.7.0
[INFO] [stderr]    Compiling env_filter v0.1.0
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling impl-more v0.1.9
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling env_logger v0.11.6
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling actix-rt v2.11.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerovec v0.11.2
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling tokio-util v0.7.10
[INFO] [stderr]    Compiling actix-router v0.5.4
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling actix-codec v0.5.2
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]    Compiling actix-server v2.6.0
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling rusqlite v0.32.1
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling zstd-safe v7.0.0
[INFO] [stderr]    Compiling zstd v0.13.0
[INFO] [stderr]    Compiling r2d2_sqlite v0.25.0
[INFO] [stderr]    Compiling actix-http v3.12.0
[INFO] [stderr]    Compiling actix-web v4.13.0
[INFO] [stderr]    Compiling broadsign-rt-pop-server v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 02s
[INFO] running `Command { std: "docker" "inspect" "f7080ae485f5f36feda03ef9add4a60534e539fc04a38f431a4b0c5531a387e3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f7080ae485f5f36feda03ef9add4a60534e539fc04a38f431a4b0c5531a387e3", kill_on_drop: false }`
[INFO] [stdout] f7080ae485f5f36feda03ef9add4a60534e539fc04a38f431a4b0c5531a387e3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a3d951db40b1007d611527c2d5ede5a63e76cba16339c7b58a291ce36e88dd80
[INFO] running `Command { std: "docker" "start" "-a" "a3d951db40b1007d611527c2d5ede5a63e76cba16339c7b58a291ce36e88dd80", kill_on_drop: false }`
[INFO] [stderr]    Compiling broadsign-rt-pop-server v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.58s
[INFO] running `Command { std: "docker" "inspect" "a3d951db40b1007d611527c2d5ede5a63e76cba16339c7b58a291ce36e88dd80", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a3d951db40b1007d611527c2d5ede5a63e76cba16339c7b58a291ce36e88dd80", kill_on_drop: false }`
[INFO] [stdout] a3d951db40b1007d611527c2d5ede5a63e76cba16339c7b58a291ce36e88dd80
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8bbec1d7c3b70293eb41cf9b740081cdec013ba0e6d1af60367b5126a58e5e32
[INFO] running `Command { std: "docker" "start" "-a" "8bbec1d7c3b70293eb41cf9b740081cdec013ba0e6d1af60367b5126a58e5e32", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.26s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/broadsign_rt_pop_server-b2634a218cfb75f7)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test tests_endpoint_status::given_everything_is_running_status_returns_200_ok ... ok
[INFO] [stdout] test broadsign::real_time_pop_request::protocol_serialization_tests::given_valid_non_verbose_request_deserialization_is_success ... ok
[INFO] [stdout] test broadsign::real_time_pop_request::protocol_serialization_tests::given_valid_verbose_request_deserialization_is_success ... ok
[INFO] [stdout] test app_context::tests_database::given_initialization_step_do_not_fail ... FAILED
[INFO] [stdout] test tests_endpoint_pop::given_an_invalid_api_key_server_responds_401_unauthorized ... FAILED
[INFO] [stdout] test tests_endpoint_pop::given_a_valid_pop_and_healthy_server_respond_ok ... FAILED
[INFO] [stdout] test app_context::tests_database::given_a_valid_pop_request_should_succeed_to_insert ... FAILED
[INFO] [stdout] test app_context::tests_database::given_an_existing_api_key_user_exists_should_return_true ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- app_context::tests_database::given_initialization_step_do_not_fail stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'app_context::tests_database::given_initialization_step_do_not_fail' (19) panicked at src/app_context.rs:27:66:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Error(Some("unable to open database file: test.db"))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5db973be2f6a - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5db973be2f6a - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5db973be2f6a - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5db973be2f6a - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5db973bf7e6a - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5db973bf7e6a - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x5db973be7972 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5db973be7972 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5db973bc1e6f - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5db973bc1e6f - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5db973bdb419 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5db97390a88c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5db97390a88c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5db973bdb692 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5db973bdb692 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5db973bc1f28 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5db973bb9899 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5db973bc2c3d - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5db973bf865c - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5db973bf83a2 - core[786f478f706679df]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5db9738e11c3 - <core[786f478f706679df]::result::Result<r2d2[1cd40b32c216d943]::Pool<r2d2_sqlite[a1f928be6b23b057]::SqliteConnectionManager>, r2d2[1cd40b32c216d943]::Error>>::unwrap
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5db9738e11c3 - <broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::Database>::from_sqlite
[INFO] [stdout]                                at /opt/rustwide/workdir/src/app_context.rs:27:66
[INFO] [stdout]   22:     0x5db9738da800 - broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_initialization_step_do_not_fail::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/app_context.rs:216:17
[INFO] [stdout]   23:     0x5db9738fbe1f - <tokio[4abd89813253b493]::task::local::RunUntil<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_initialization_step_do_not_fail::{closure#0}> as core[786f478f706679df]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/local.rs:1041:44
[INFO] [stdout]   24:     0x5db9738fac20 - <tokio[4abd89813253b493]::task::local::LocalSet>::with::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[4abd89813253b493]::task::local::RunUntil<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_initialization_step_do_not_fail::{closure#0}> as core[786f478f706679df]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/local.rs:793:13
[INFO] [stdout]   25:     0x5db9738c85a5 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[4abd89813253b493]::task::local::LocalData>>::try_with::<<tokio[4abd89813253b493]::task::local::LocalSet>::with<core[786f478f706679df]::task::poll::Poll<()>, <tokio[4abd89813253b493]::task::local::RunUntil<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_initialization_step_do_not_fail::{closure#0}> as core[786f478f706679df]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[786f478f706679df]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   26:     0x5db9738c80ee - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[4abd89813253b493]::task::local::LocalData>>::with::<<tokio[4abd89813253b493]::task::local::LocalSet>::with<core[786f478f706679df]::task::poll::Poll<()>, <tokio[4abd89813253b493]::task::local::RunUntil<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_initialization_step_do_not_fail::{closure#0}> as core[786f478f706679df]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[786f478f706679df]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   27:     0x5db9738fa026 - <tokio[4abd89813253b493]::task::local::LocalSet>::with::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[4abd89813253b493]::task::local::RunUntil<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_initialization_step_do_not_fail::{closure#0}> as core[786f478f706679df]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/local.rs:791:17
[INFO] [stdout]   28:     0x5db9738fde26 - <tokio[4abd89813253b493]::task::local::RunUntil<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_initialization_step_do_not_fail::{closure#0}> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/local.rs:1031:22
[INFO] [stdout]   29:     0x5db9738fb640 - <tokio[4abd89813253b493]::task::local::LocalSet>::run_until::<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_initialization_step_do_not_fail::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/local.rs:689:19
[INFO] [stdout]   30:     0x5db9738fe66d - <core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_initialization_step_do_not_fail::{closure#0}>::{closure#0}> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5db9738c7f5d - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_initialization_step_do_not_fail::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:733:70
[INFO] [stdout]   32:     0x5db9738c791b - tokio[4abd89813253b493]::task::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_initialization_step_do_not_fail::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/coop/mod.rs:167:5
[INFO] [stdout]   33:     0x5db9738c791b - tokio[4abd89813253b493]::task::coop::budget::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_initialization_step_do_not_fail::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/coop/mod.rs:133:5
[INFO] [stdout]   34:     0x5db9738c791b - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_initialization_step_do_not_fail::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:733:25
[INFO] [stdout]   35:     0x5db9738b31f0 - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::Context>::enter::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_initialization_step_do_not_fail::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   36:     0x5db9738c43c0 - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_initialization_step_do_not_fail::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:732:44
[INFO] [stdout]   37:     0x5db9738be164 - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_initialization_step_do_not_fail::{closure#0}>::{closure#0}>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:820:68
[INFO] [stdout]   38:     0x5db9738f9bfb - <tokio[4abd89813253b493]::runtime::context::scoped::Scoped<tokio[4abd89813253b493]::runtime::scheduler::Context>>::set::<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_initialization_step_do_not_fail::{closure#0}>::{closure#0}>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[4abd89813253b493]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   39:     0x5db9738e99a9 - tokio[4abd89813253b493]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[4abd89813253b493]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>), <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_initialization_step_do_not_fail::{closure#0}>::{closure#0}>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/context.rs:180:38
[INFO] [stdout]   40:     0x5db9738c9e72 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[4abd89813253b493]::runtime::context::Context>>::try_with::<tokio[4abd89813253b493]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[4abd89813253b493]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>), <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_initialization_step_do_not_fail::{closure#0}>::{closure#0}>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[4abd89813253b493]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   41:     0x5db9738c8b3e - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[4abd89813253b493]::runtime::context::Context>>::with::<tokio[4abd89813253b493]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[4abd89813253b493]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>), <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_initialization_step_do_not_fail::{closure#0}>::{closure#0}>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[4abd89813253b493]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   42:     0x5db9738e8bfd - tokio[4abd89813253b493]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[4abd89813253b493]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>), <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_initialization_step_do_not_fail::{closure#0}>::{closure#0}>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/context.rs:180:17
[INFO] [stdout]   43:     0x5db9738b9830 - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_initialization_step_do_not_fail::{closure#0}>::{closure#0}>>::{closure#0}, core[786f478f706679df]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:820:27
[INFO] [stdout]   44:     0x5db9738ba767 - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_initialization_step_do_not_fail::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:720:24
[INFO] [stdout]   45:     0x5db9738bc8a6 - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_initialization_step_do_not_fail::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   46:     0x5db9738f26c5 - tokio[4abd89813253b493]::runtime::context::runtime::enter_runtime::<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CurrentThread>::block_on<<tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_initialization_step_do_not_fail::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   47:     0x5db9738b1262 - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_initialization_step_do_not_fail::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   48:     0x5db9738e6982 - <tokio[4abd89813253b493]::runtime::runtime::Runtime>::block_on_inner::<<tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_initialization_step_do_not_fail::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/runtime.rs:368:52
[INFO] [stdout]   49:     0x5db9738e7561 - <tokio[4abd89813253b493]::runtime::runtime::Runtime>::block_on::<<tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_initialization_step_do_not_fail::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/runtime.rs:342:18
[INFO] [stdout]   50:     0x5db9738fa27f - <tokio[4abd89813253b493]::task::local::LocalSet>::block_on::<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_initialization_step_do_not_fail::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/local.rs:646:12
[INFO] [stdout]   51:     0x5db9738e5bbc - <actix_rt[b56e8aac62cf2d24]::runtime::Runtime>::block_on::<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_initialization_step_do_not_fail::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   52:     0x5db9738dece2 - <actix_rt[b56e8aac62cf2d24]::system::SystemRunner>::block_on::<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_initialization_step_do_not_fail::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   53:     0x5db9738dc058 - broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_initialization_step_do_not_fail
[INFO] [stdout]                                at /opt/rustwide/workdir/src/app_context.rs:214:5
[INFO] [stdout]   54:     0x5db9738da747 - broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_initialization_step_do_not_fail::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/app_context.rs:215:53
[INFO] [stdout]   55:     0x5db9738de076 - <broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_initialization_step_do_not_fail::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x5db9738fe96b - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5db9738fe96b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   58:     0x5db97390b35b - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   59:     0x5db97390b35b - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x5db97390b35b - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   61:     0x5db97390b35b - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x5db97390b35b - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x5db97390b35b - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   64:     0x5db97390b35b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   65:     0x5db973906a74 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   66:     0x5db973906a74 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   67:     0x5db97390df62 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   68:     0x5db97390df62 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   69:     0x5db97390df62 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   70:     0x5db97390df62 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   71:     0x5db97390df62 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   72:     0x5db97390df62 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   73:     0x5db97390df62 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x5db973be286f - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   75:     0x5db973be286f - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   76:     0x77cbe3b0faa4 - <unknown>
[INFO] [stdout]   77:     0x77cbe3b9ca64 - clone
[INFO] [stdout]   78:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests_endpoint_pop::given_an_invalid_api_key_server_responds_401_unauthorized stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests_endpoint_pop::given_an_invalid_api_key_server_responds_401_unauthorized' (27) panicked at src/app_context.rs:27:66:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Error(Some("unable to open database file: test.db"))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5db973be2f6a - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5db973be2f6a - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5db973be2f6a - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5db973be2f6a - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5db973bf7e6a - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5db973bf7e6a - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x5db973be7972 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5db973be7972 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5db973bc1e6f - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5db973bc1e6f - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5db973bdb419 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5db97390a88c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5db97390a88c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5db973bdb692 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5db973bdb692 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5db973bc1f28 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5db973bb9899 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5db973bc2c3d - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5db973bf865c - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5db973bf83a2 - core[786f478f706679df]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5db9738e11c3 - <core[786f478f706679df]::result::Result<r2d2[1cd40b32c216d943]::Pool<r2d2_sqlite[a1f928be6b23b057]::SqliteConnectionManager>, r2d2[1cd40b32c216d943]::Error>>::unwrap
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5db9738e11c3 - <broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::Database>::from_sqlite
[INFO] [stdout]                                at /opt/rustwide/workdir/src/app_context.rs:27:66
[INFO] [stdout]   22:     0x5db9738e3222 - broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::make_app_context
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:126:23
[INFO] [stdout]   23:     0x5db9738e0493 - broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_an_invalid_api_key_server_responds_401_unauthorized::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:142:27
[INFO] [stdout]   24:     0x5db9738fbb9f - <tokio[4abd89813253b493]::task::local::RunUntil<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_an_invalid_api_key_server_responds_401_unauthorized::{closure#0}> as core[786f478f706679df]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/local.rs:1041:44
[INFO] [stdout]   25:     0x5db9738faa40 - <tokio[4abd89813253b493]::task::local::LocalSet>::with::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[4abd89813253b493]::task::local::RunUntil<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_an_invalid_api_key_server_responds_401_unauthorized::{closure#0}> as core[786f478f706679df]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/local.rs:793:13
[INFO] [stdout]   26:     0x5db9738c83a5 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[4abd89813253b493]::task::local::LocalData>>::try_with::<<tokio[4abd89813253b493]::task::local::LocalSet>::with<core[786f478f706679df]::task::poll::Poll<()>, <tokio[4abd89813253b493]::task::local::RunUntil<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_an_invalid_api_key_server_responds_401_unauthorized::{closure#0}> as core[786f478f706679df]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[786f478f706679df]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   27:     0x5db9738c804e - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[4abd89813253b493]::task::local::LocalData>>::with::<<tokio[4abd89813253b493]::task::local::LocalSet>::with<core[786f478f706679df]::task::poll::Poll<()>, <tokio[4abd89813253b493]::task::local::RunUntil<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_an_invalid_api_key_server_responds_401_unauthorized::{closure#0}> as core[786f478f706679df]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[786f478f706679df]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   28:     0x5db9738f9fa6 - <tokio[4abd89813253b493]::task::local::LocalSet>::with::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[4abd89813253b493]::task::local::RunUntil<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_an_invalid_api_key_server_responds_401_unauthorized::{closure#0}> as core[786f478f706679df]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/local.rs:791:17
[INFO] [stdout]   29:     0x5db9738fdd86 - <tokio[4abd89813253b493]::task::local::RunUntil<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_an_invalid_api_key_server_responds_401_unauthorized::{closure#0}> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/local.rs:1031:22
[INFO] [stdout]   30:     0x5db9738fb2c5 - <tokio[4abd89813253b493]::task::local::LocalSet>::run_until::<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_an_invalid_api_key_server_responds_401_unauthorized::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/local.rs:689:19
[INFO] [stdout]   31:     0x5db9738fe5ed - <core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_an_invalid_api_key_server_responds_401_unauthorized::{closure#0}>::{closure#0}> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5db9738c7edd - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_an_invalid_api_key_server_responds_401_unauthorized::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:733:70
[INFO] [stdout]   33:     0x5db9738c75db - tokio[4abd89813253b493]::task::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_an_invalid_api_key_server_responds_401_unauthorized::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/coop/mod.rs:167:5
[INFO] [stdout]   34:     0x5db9738c75db - tokio[4abd89813253b493]::task::coop::budget::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_an_invalid_api_key_server_responds_401_unauthorized::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/coop/mod.rs:133:5
[INFO] [stdout]   35:     0x5db9738c75db - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_an_invalid_api_key_server_responds_401_unauthorized::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:733:25
[INFO] [stdout]   36:     0x5db9738b2bb0 - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::Context>::enter::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_an_invalid_api_key_server_responds_401_unauthorized::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   37:     0x5db9738c2e80 - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_an_invalid_api_key_server_responds_401_unauthorized::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:732:44
[INFO] [stdout]   38:     0x5db9738be124 - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_an_invalid_api_key_server_responds_401_unauthorized::{closure#0}>::{closure#0}>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:820:68
[INFO] [stdout]   39:     0x5db9738f995b - <tokio[4abd89813253b493]::runtime::context::scoped::Scoped<tokio[4abd89813253b493]::runtime::scheduler::Context>>::set::<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_an_invalid_api_key_server_responds_401_unauthorized::{closure#0}>::{closure#0}>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[4abd89813253b493]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5db9738e9929 - tokio[4abd89813253b493]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[4abd89813253b493]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>), <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_an_invalid_api_key_server_responds_401_unauthorized::{closure#0}>::{closure#0}>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/context.rs:180:38
[INFO] [stdout]   41:     0x5db9738c9bf2 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[4abd89813253b493]::runtime::context::Context>>::try_with::<tokio[4abd89813253b493]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[4abd89813253b493]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>), <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_an_invalid_api_key_server_responds_401_unauthorized::{closure#0}>::{closure#0}>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[4abd89813253b493]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   42:     0x5db9738c8a7e - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[4abd89813253b493]::runtime::context::Context>>::with::<tokio[4abd89813253b493]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[4abd89813253b493]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>), <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_an_invalid_api_key_server_responds_401_unauthorized::{closure#0}>::{closure#0}>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[4abd89813253b493]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   43:     0x5db9738e8b7d - tokio[4abd89813253b493]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[4abd89813253b493]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>), <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_an_invalid_api_key_server_responds_401_unauthorized::{closure#0}>::{closure#0}>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/context.rs:180:17
[INFO] [stdout]   44:     0x5db9738b8ff0 - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_an_invalid_api_key_server_responds_401_unauthorized::{closure#0}>::{closure#0}>>::{closure#0}, core[786f478f706679df]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:820:27
[INFO] [stdout]   45:     0x5db9738ba667 - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_an_invalid_api_key_server_responds_401_unauthorized::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:720:24
[INFO] [stdout]   46:     0x5db9738bc206 - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_an_invalid_api_key_server_responds_401_unauthorized::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   47:     0x5db9738f2405 - tokio[4abd89813253b493]::runtime::context::runtime::enter_runtime::<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CurrentThread>::block_on<<tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_an_invalid_api_key_server_responds_401_unauthorized::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5db9738b10c6 - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_an_invalid_api_key_server_responds_401_unauthorized::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   49:     0x5db9738e6744 - <tokio[4abd89813253b493]::runtime::runtime::Runtime>::block_on_inner::<<tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_an_invalid_api_key_server_responds_401_unauthorized::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5db9738e7066 - <tokio[4abd89813253b493]::runtime::runtime::Runtime>::block_on::<<tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_an_invalid_api_key_server_responds_401_unauthorized::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/runtime.rs:342:18
[INFO] [stdout]   51:     0x5db9738fa19e - <tokio[4abd89813253b493]::task::local::LocalSet>::block_on::<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_an_invalid_api_key_server_responds_401_unauthorized::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/local.rs:646:12
[INFO] [stdout]   52:     0x5db9738e5b27 - <actix_rt[b56e8aac62cf2d24]::runtime::Runtime>::block_on::<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_an_invalid_api_key_server_responds_401_unauthorized::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5db9738dec67 - <actix_rt[b56e8aac62cf2d24]::system::SystemRunner>::block_on::<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_an_invalid_api_key_server_responds_401_unauthorized::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   54:     0x5db9738e3888 - broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_an_invalid_api_key_server_responds_401_unauthorized
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:140:5
[INFO] [stdout]   55:     0x5db9738dff57 - broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_an_invalid_api_key_server_responds_401_unauthorized::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:141:73
[INFO] [stdout]   56:     0x5db9738ddff6 - <broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_an_invalid_api_key_server_responds_401_unauthorized::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5db9738fe96b - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5db9738fe96b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   59:     0x5db97390b35b - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   60:     0x5db97390b35b - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x5db97390b35b - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x5db97390b35b - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x5db97390b35b - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5db97390b35b - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   65:     0x5db97390b35b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   66:     0x5db973906a74 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   67:     0x5db973906a74 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x5db97390df62 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   69:     0x5db97390df62 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x5db97390df62 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x5db97390df62 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x5db97390df62 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5db97390df62 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   74:     0x5db97390df62 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5db973be286f - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   76:     0x5db973be286f - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x77cbe3b0faa4 - <unknown>
[INFO] [stdout]   78:     0x77cbe3b9ca64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests_endpoint_pop::given_a_valid_pop_and_healthy_server_respond_ok stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests_endpoint_pop::given_a_valid_pop_and_healthy_server_respond_ok' (26) panicked at src/app_context.rs:27:66:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Error(Some("unable to open database file: test.db"))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5db973be2f6a - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5db973be2f6a - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5db973be2f6a - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5db973be2f6a - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5db973bf7e6a - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5db973bf7e6a - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x5db973be7972 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5db973be7972 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5db973bc1e6f - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5db973bc1e6f - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5db973bdb419 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5db97390a88c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5db97390a88c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5db973bdb692 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5db973bdb692 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5db973bc1f28 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5db973bb9899 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5db973bc2c3d - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5db973bf865c - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5db973bf83a2 - core[786f478f706679df]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5db9738e11c3 - <core[786f478f706679df]::result::Result<r2d2[1cd40b32c216d943]::Pool<r2d2_sqlite[a1f928be6b23b057]::SqliteConnectionManager>, r2d2[1cd40b32c216d943]::Error>>::unwrap
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5db9738e11c3 - <broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::Database>::from_sqlite
[INFO] [stdout]                                at /opt/rustwide/workdir/src/app_context.rs:27:66
[INFO] [stdout]   22:     0x5db9738e3222 - broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::make_app_context
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:126:23
[INFO] [stdout]   23:     0x5db9738dffc7 - broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_a_valid_pop_and_healthy_server_respond_ok::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:132:27
[INFO] [stdout]   24:     0x5db9738fba5f - <tokio[4abd89813253b493]::task::local::RunUntil<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_a_valid_pop_and_healthy_server_respond_ok::{closure#0}> as core[786f478f706679df]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/local.rs:1041:44
[INFO] [stdout]   25:     0x5db9738fa950 - <tokio[4abd89813253b493]::task::local::LocalSet>::with::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[4abd89813253b493]::task::local::RunUntil<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_a_valid_pop_and_healthy_server_respond_ok::{closure#0}> as core[786f478f706679df]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/local.rs:793:13
[INFO] [stdout]   26:     0x5db9738c82a5 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[4abd89813253b493]::task::local::LocalData>>::try_with::<<tokio[4abd89813253b493]::task::local::LocalSet>::with<core[786f478f706679df]::task::poll::Poll<()>, <tokio[4abd89813253b493]::task::local::RunUntil<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_a_valid_pop_and_healthy_server_respond_ok::{closure#0}> as core[786f478f706679df]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[786f478f706679df]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   27:     0x5db9738c7ffe - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[4abd89813253b493]::task::local::LocalData>>::with::<<tokio[4abd89813253b493]::task::local::LocalSet>::with<core[786f478f706679df]::task::poll::Poll<()>, <tokio[4abd89813253b493]::task::local::RunUntil<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_a_valid_pop_and_healthy_server_respond_ok::{closure#0}> as core[786f478f706679df]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[786f478f706679df]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   28:     0x5db9738f9f66 - <tokio[4abd89813253b493]::task::local::LocalSet>::with::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[4abd89813253b493]::task::local::RunUntil<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_a_valid_pop_and_healthy_server_respond_ok::{closure#0}> as core[786f478f706679df]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/local.rs:791:17
[INFO] [stdout]   29:     0x5db9738fdd36 - <tokio[4abd89813253b493]::task::local::RunUntil<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_a_valid_pop_and_healthy_server_respond_ok::{closure#0}> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/local.rs:1031:22
[INFO] [stdout]   30:     0x5db9738fb08d - <tokio[4abd89813253b493]::task::local::LocalSet>::run_until::<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_a_valid_pop_and_healthy_server_respond_ok::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/local.rs:689:19
[INFO] [stdout]   31:     0x5db9738fe5ad - <core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_a_valid_pop_and_healthy_server_respond_ok::{closure#0}>::{closure#0}> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   32:     0x5db9738c7e9d - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_a_valid_pop_and_healthy_server_respond_ok::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:733:70
[INFO] [stdout]   33:     0x5db9738c743b - tokio[4abd89813253b493]::task::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_a_valid_pop_and_healthy_server_respond_ok::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/coop/mod.rs:167:5
[INFO] [stdout]   34:     0x5db9738c743b - tokio[4abd89813253b493]::task::coop::budget::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_a_valid_pop_and_healthy_server_respond_ok::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/coop/mod.rs:133:5
[INFO] [stdout]   35:     0x5db9738c743b - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_a_valid_pop_and_healthy_server_respond_ok::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:733:25
[INFO] [stdout]   36:     0x5db9738b2890 - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::Context>::enter::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_a_valid_pop_and_healthy_server_respond_ok::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   37:     0x5db9738c23e0 - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_a_valid_pop_and_healthy_server_respond_ok::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:732:44
[INFO] [stdout]   38:     0x5db9738be104 - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_a_valid_pop_and_healthy_server_respond_ok::{closure#0}>::{closure#0}>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:820:68
[INFO] [stdout]   39:     0x5db9738f980b - <tokio[4abd89813253b493]::runtime::context::scoped::Scoped<tokio[4abd89813253b493]::runtime::scheduler::Context>>::set::<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_a_valid_pop_and_healthy_server_respond_ok::{closure#0}>::{closure#0}>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[4abd89813253b493]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   40:     0x5db9738e98e9 - tokio[4abd89813253b493]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[4abd89813253b493]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>), <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_a_valid_pop_and_healthy_server_respond_ok::{closure#0}>::{closure#0}>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/context.rs:180:38
[INFO] [stdout]   41:     0x5db9738c9ab2 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[4abd89813253b493]::runtime::context::Context>>::try_with::<tokio[4abd89813253b493]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[4abd89813253b493]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>), <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_a_valid_pop_and_healthy_server_respond_ok::{closure#0}>::{closure#0}>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[4abd89813253b493]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   42:     0x5db9738c8a1e - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[4abd89813253b493]::runtime::context::Context>>::with::<tokio[4abd89813253b493]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[4abd89813253b493]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>), <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_a_valid_pop_and_healthy_server_respond_ok::{closure#0}>::{closure#0}>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[4abd89813253b493]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   43:     0x5db9738e8b3d - tokio[4abd89813253b493]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[4abd89813253b493]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>), <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_a_valid_pop_and_healthy_server_respond_ok::{closure#0}>::{closure#0}>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/context.rs:180:17
[INFO] [stdout]   44:     0x5db9738b8bd0 - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_a_valid_pop_and_healthy_server_respond_ok::{closure#0}>::{closure#0}>>::{closure#0}, core[786f478f706679df]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:820:27
[INFO] [stdout]   45:     0x5db9738ba5e7 - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_a_valid_pop_and_healthy_server_respond_ok::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:720:24
[INFO] [stdout]   46:     0x5db9738bbeb6 - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_a_valid_pop_and_healthy_server_respond_ok::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   47:     0x5db9738f22a5 - tokio[4abd89813253b493]::runtime::context::runtime::enter_runtime::<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CurrentThread>::block_on<<tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_a_valid_pop_and_healthy_server_respond_ok::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x5db9738b0fe6 - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_a_valid_pop_and_healthy_server_respond_ok::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   49:     0x5db9738e6604 - <tokio[4abd89813253b493]::runtime::runtime::Runtime>::block_on_inner::<<tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_a_valid_pop_and_healthy_server_respond_ok::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/runtime.rs:368:52
[INFO] [stdout]   50:     0x5db9738e6de6 - <tokio[4abd89813253b493]::runtime::runtime::Runtime>::block_on::<<tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_a_valid_pop_and_healthy_server_respond_ok::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/runtime.rs:342:18
[INFO] [stdout]   51:     0x5db9738fa120 - <tokio[4abd89813253b493]::task::local::LocalSet>::block_on::<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_a_valid_pop_and_healthy_server_respond_ok::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/local.rs:646:12
[INFO] [stdout]   52:     0x5db9738e5ad2 - <actix_rt[b56e8aac62cf2d24]::runtime::Runtime>::block_on::<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_a_valid_pop_and_healthy_server_respond_ok::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   53:     0x5db9738dec26 - <actix_rt[b56e8aac62cf2d24]::system::SystemRunner>::block_on::<broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_a_valid_pop_and_healthy_server_respond_ok::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   54:     0x5db9738e3806 - broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_a_valid_pop_and_healthy_server_respond_ok
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:130:5
[INFO] [stdout]   55:     0x5db9738dff27 - broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_a_valid_pop_and_healthy_server_respond_ok::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:131:63
[INFO] [stdout]   56:     0x5db9738ddfb6 - <broadsign_rt_pop_server[4170b48cf8d2092b]::tests_endpoint_pop::given_a_valid_pop_and_healthy_server_respond_ok::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5db9738fe96b - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5db9738fe96b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   59:     0x5db97390b35b - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   60:     0x5db97390b35b - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x5db97390b35b - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x5db97390b35b - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x5db97390b35b - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5db97390b35b - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   65:     0x5db97390b35b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   66:     0x5db973906a74 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   67:     0x5db973906a74 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x5db97390df62 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   69:     0x5db97390df62 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x5db97390df62 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x5db97390df62 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x5db97390df62 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5db97390df62 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   74:     0x5db97390df62 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5db973be286f - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   76:     0x5db973be286f - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x77cbe3b0faa4 - <unknown>
[INFO] [stdout]   78:     0x77cbe3b9ca64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- app_context::tests_database::given_a_valid_pop_request_should_succeed_to_insert stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'app_context::tests_database::given_a_valid_pop_request_should_succeed_to_insert' (17) panicked at src/app_context.rs:27:66:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Error(Some("unable to open database file: test.db"))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5db973be2f6a - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5db973be2f6a - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5db973be2f6a - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5db973be2f6a - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5db973bf7e6a - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5db973bf7e6a - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x5db973be7972 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5db973be7972 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5db973bc1e6f - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5db973bc1e6f - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5db973bdb419 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5db97390a88c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5db97390a88c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5db973bdb692 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5db973bdb692 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5db973bc1f28 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5db973bb9899 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5db973bc2c3d - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5db973bf865c - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5db973bf83a2 - core[786f478f706679df]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5db9738e11c3 - <core[786f478f706679df]::result::Result<r2d2[1cd40b32c216d943]::Pool<r2d2_sqlite[a1f928be6b23b057]::SqliteConnectionManager>, r2d2[1cd40b32c216d943]::Error>>::unwrap
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5db9738e11c3 - <broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::Database>::from_sqlite
[INFO] [stdout]                                at /opt/rustwide/workdir/src/app_context.rs:27:66
[INFO] [stdout]   22:     0x5db9738da8c9 - broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_a_valid_pop_request_should_succeed_to_insert::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/app_context.rs:231:18
[INFO] [stdout]   23:     0x5db9738fbf5f - <tokio[4abd89813253b493]::task::local::RunUntil<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_a_valid_pop_request_should_succeed_to_insert::{closure#0}> as core[786f478f706679df]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/local.rs:1041:44
[INFO] [stdout]   24:     0x5db9738fad10 - <tokio[4abd89813253b493]::task::local::LocalSet>::with::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[4abd89813253b493]::task::local::RunUntil<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_a_valid_pop_request_should_succeed_to_insert::{closure#0}> as core[786f478f706679df]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/local.rs:793:13
[INFO] [stdout]   25:     0x5db9738c86a5 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[4abd89813253b493]::task::local::LocalData>>::try_with::<<tokio[4abd89813253b493]::task::local::LocalSet>::with<core[786f478f706679df]::task::poll::Poll<()>, <tokio[4abd89813253b493]::task::local::RunUntil<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_a_valid_pop_request_should_succeed_to_insert::{closure#0}> as core[786f478f706679df]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[786f478f706679df]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   26:     0x5db9738c813e - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[4abd89813253b493]::task::local::LocalData>>::with::<<tokio[4abd89813253b493]::task::local::LocalSet>::with<core[786f478f706679df]::task::poll::Poll<()>, <tokio[4abd89813253b493]::task::local::RunUntil<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_a_valid_pop_request_should_succeed_to_insert::{closure#0}> as core[786f478f706679df]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[786f478f706679df]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   27:     0x5db9738fa066 - <tokio[4abd89813253b493]::task::local::LocalSet>::with::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[4abd89813253b493]::task::local::RunUntil<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_a_valid_pop_request_should_succeed_to_insert::{closure#0}> as core[786f478f706679df]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/local.rs:791:17
[INFO] [stdout]   28:     0x5db9738fde76 - <tokio[4abd89813253b493]::task::local::RunUntil<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_a_valid_pop_request_should_succeed_to_insert::{closure#0}> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/local.rs:1031:22
[INFO] [stdout]   29:     0x5db9738fb7e0 - <tokio[4abd89813253b493]::task::local::LocalSet>::run_until::<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_a_valid_pop_request_should_succeed_to_insert::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/local.rs:689:19
[INFO] [stdout]   30:     0x5db9738fe6ad - <core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_a_valid_pop_request_should_succeed_to_insert::{closure#0}>::{closure#0}> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5db9738c7f9d - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_a_valid_pop_request_should_succeed_to_insert::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:733:70
[INFO] [stdout]   32:     0x5db9738c7abb - tokio[4abd89813253b493]::task::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_a_valid_pop_request_should_succeed_to_insert::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/coop/mod.rs:167:5
[INFO] [stdout]   33:     0x5db9738c7abb - tokio[4abd89813253b493]::task::coop::budget::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_a_valid_pop_request_should_succeed_to_insert::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/coop/mod.rs:133:5
[INFO] [stdout]   34:     0x5db9738c7abb - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_a_valid_pop_request_should_succeed_to_insert::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:733:25
[INFO] [stdout]   35:     0x5db9738b3510 - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::Context>::enter::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_a_valid_pop_request_should_succeed_to_insert::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   36:     0x5db9738c4e60 - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_a_valid_pop_request_should_succeed_to_insert::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:732:44
[INFO] [stdout]   37:     0x5db9738be184 - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_a_valid_pop_request_should_succeed_to_insert::{closure#0}>::{closure#0}>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:820:68
[INFO] [stdout]   38:     0x5db9738f9d4b - <tokio[4abd89813253b493]::runtime::context::scoped::Scoped<tokio[4abd89813253b493]::runtime::scheduler::Context>>::set::<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_a_valid_pop_request_should_succeed_to_insert::{closure#0}>::{closure#0}>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[4abd89813253b493]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   39:     0x5db9738e99e9 - tokio[4abd89813253b493]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[4abd89813253b493]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>), <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_a_valid_pop_request_should_succeed_to_insert::{closure#0}>::{closure#0}>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/context.rs:180:38
[INFO] [stdout]   40:     0x5db9738c9fb2 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[4abd89813253b493]::runtime::context::Context>>::try_with::<tokio[4abd89813253b493]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[4abd89813253b493]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>), <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_a_valid_pop_request_should_succeed_to_insert::{closure#0}>::{closure#0}>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[4abd89813253b493]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   41:     0x5db9738c8b9e - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[4abd89813253b493]::runtime::context::Context>>::with::<tokio[4abd89813253b493]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[4abd89813253b493]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>), <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_a_valid_pop_request_should_succeed_to_insert::{closure#0}>::{closure#0}>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[4abd89813253b493]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   42:     0x5db9738e8c3d - tokio[4abd89813253b493]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[4abd89813253b493]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>), <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_a_valid_pop_request_should_succeed_to_insert::{closure#0}>::{closure#0}>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/context.rs:180:17
[INFO] [stdout]   43:     0x5db9738b9c50 - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_a_valid_pop_request_should_succeed_to_insert::{closure#0}>::{closure#0}>>::{closure#0}, core[786f478f706679df]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:820:27
[INFO] [stdout]   44:     0x5db9738ba7e7 - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_a_valid_pop_request_should_succeed_to_insert::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:720:24
[INFO] [stdout]   45:     0x5db9738bcbf6 - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_a_valid_pop_request_should_succeed_to_insert::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   46:     0x5db9738f2825 - tokio[4abd89813253b493]::runtime::context::runtime::enter_runtime::<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CurrentThread>::block_on<<tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_a_valid_pop_request_should_succeed_to_insert::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   47:     0x5db9738b1332 - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_a_valid_pop_request_should_succeed_to_insert::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   48:     0x5db9738e6aa2 - <tokio[4abd89813253b493]::runtime::runtime::Runtime>::block_on_inner::<<tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_a_valid_pop_request_should_succeed_to_insert::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/runtime.rs:368:52
[INFO] [stdout]   49:     0x5db9738e77e1 - <tokio[4abd89813253b493]::runtime::runtime::Runtime>::block_on::<<tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_a_valid_pop_request_should_succeed_to_insert::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/runtime.rs:342:18
[INFO] [stdout]   50:     0x5db9738fa2ef - <tokio[4abd89813253b493]::task::local::LocalSet>::block_on::<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_a_valid_pop_request_should_succeed_to_insert::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/local.rs:646:12
[INFO] [stdout]   51:     0x5db9738e5c0c - <actix_rt[b56e8aac62cf2d24]::runtime::Runtime>::block_on::<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_a_valid_pop_request_should_succeed_to_insert::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   52:     0x5db9738ded22 - <actix_rt[b56e8aac62cf2d24]::system::SystemRunner>::block_on::<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_a_valid_pop_request_should_succeed_to_insert::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   53:     0x5db9738dc0d8 - broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_a_valid_pop_request_should_succeed_to_insert
[INFO] [stdout]                                at /opt/rustwide/workdir/src/app_context.rs:229:5
[INFO] [stdout]   54:     0x5db9738da777 - broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_a_valid_pop_request_should_succeed_to_insert::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/app_context.rs:230:66
[INFO] [stdout]   55:     0x5db9738de0b6 - <broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_a_valid_pop_request_should_succeed_to_insert::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x5db9738fe96b - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5db9738fe96b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   58:     0x5db97390b35b - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   59:     0x5db97390b35b - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x5db97390b35b - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   61:     0x5db97390b35b - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x5db97390b35b - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x5db97390b35b - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   64:     0x5db97390b35b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   65:     0x5db973906a74 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   66:     0x5db973906a74 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   67:     0x5db97390df62 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   68:     0x5db97390df62 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   69:     0x5db97390df62 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   70:     0x5db97390df62 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   71:     0x5db97390df62 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   72:     0x5db97390df62 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   73:     0x5db97390df62 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x5db973be286f - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   75:     0x5db973be286f - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   76:     0x77cbe3b0faa4 - <unknown>
[INFO] [stdout]   77:     0x77cbe3b9ca64 - clone
[INFO] [stdout]   78:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- app_context::tests_database::given_an_existing_api_key_user_exists_should_return_true stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'app_context::tests_database::given_an_existing_api_key_user_exists_should_return_true' (18) panicked at src/app_context.rs:27:66:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Error(Some("unable to open database file: test.db"))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5db973be2f6a - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5db973be2f6a - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5db973be2f6a - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5db973be2f6a - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5db973bf7e6a - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5db973bf7e6a - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x5db973be7972 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5db973be7972 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5db973bc1e6f - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5db973bc1e6f - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5db973bdb419 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5db97390a88c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5db97390a88c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5db973bdb692 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5db973bdb692 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5db973bc1f28 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5db973bb9899 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5db973bc2c3d - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5db973bf865c - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5db973bf83a2 - core[786f478f706679df]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5db9738e11c3 - <core[786f478f706679df]::result::Result<r2d2[1cd40b32c216d943]::Pool<r2d2_sqlite[a1f928be6b23b057]::SqliteConnectionManager>, r2d2[1cd40b32c216d943]::Error>>::unwrap
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5db9738e11c3 - <broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::Database>::from_sqlite
[INFO] [stdout]                                at /opt/rustwide/workdir/src/app_context.rs:27:66
[INFO] [stdout]   22:     0x5db9738db133 - broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_an_existing_api_key_user_exists_should_return_true::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/app_context.rs:222:18
[INFO] [stdout]   23:     0x5db9738fc09f - <tokio[4abd89813253b493]::task::local::RunUntil<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_an_existing_api_key_user_exists_should_return_true::{closure#0}> as core[786f478f706679df]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/local.rs:1041:44
[INFO] [stdout]   24:     0x5db9738fae00 - <tokio[4abd89813253b493]::task::local::LocalSet>::with::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[4abd89813253b493]::task::local::RunUntil<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_an_existing_api_key_user_exists_should_return_true::{closure#0}> as core[786f478f706679df]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/local.rs:793:13
[INFO] [stdout]   25:     0x5db9738c87a5 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[4abd89813253b493]::task::local::LocalData>>::try_with::<<tokio[4abd89813253b493]::task::local::LocalSet>::with<core[786f478f706679df]::task::poll::Poll<()>, <tokio[4abd89813253b493]::task::local::RunUntil<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_an_existing_api_key_user_exists_should_return_true::{closure#0}> as core[786f478f706679df]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[786f478f706679df]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   26:     0x5db9738c818e - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[4abd89813253b493]::task::local::LocalData>>::with::<<tokio[4abd89813253b493]::task::local::LocalSet>::with<core[786f478f706679df]::task::poll::Poll<()>, <tokio[4abd89813253b493]::task::local::RunUntil<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_an_existing_api_key_user_exists_should_return_true::{closure#0}> as core[786f478f706679df]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[786f478f706679df]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   27:     0x5db9738fa0a6 - <tokio[4abd89813253b493]::task::local::LocalSet>::with::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[4abd89813253b493]::task::local::RunUntil<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_an_existing_api_key_user_exists_should_return_true::{closure#0}> as core[786f478f706679df]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/local.rs:791:17
[INFO] [stdout]   28:     0x5db9738fdec6 - <tokio[4abd89813253b493]::task::local::RunUntil<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_an_existing_api_key_user_exists_should_return_true::{closure#0}> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/local.rs:1031:22
[INFO] [stdout]   29:     0x5db9738fb980 - <tokio[4abd89813253b493]::task::local::LocalSet>::run_until::<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_an_existing_api_key_user_exists_should_return_true::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/local.rs:689:19
[INFO] [stdout]   30:     0x5db9738fe6ed - <core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_an_existing_api_key_user_exists_should_return_true::{closure#0}>::{closure#0}> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5db9738c7fdd - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_an_existing_api_key_user_exists_should_return_true::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:733:70
[INFO] [stdout]   32:     0x5db9738c7c5b - tokio[4abd89813253b493]::task::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_an_existing_api_key_user_exists_should_return_true::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/coop/mod.rs:167:5
[INFO] [stdout]   33:     0x5db9738c7c5b - tokio[4abd89813253b493]::task::coop::budget::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_an_existing_api_key_user_exists_should_return_true::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/coop/mod.rs:133:5
[INFO] [stdout]   34:     0x5db9738c7c5b - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_an_existing_api_key_user_exists_should_return_true::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:733:25
[INFO] [stdout]   35:     0x5db9738b3830 - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::Context>::enter::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_an_existing_api_key_user_exists_should_return_true::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   36:     0x5db9738c5900 - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_an_existing_api_key_user_exists_should_return_true::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:732:44
[INFO] [stdout]   37:     0x5db9738be1a4 - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_an_existing_api_key_user_exists_should_return_true::{closure#0}>::{closure#0}>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:820:68
[INFO] [stdout]   38:     0x5db9738f9e9b - <tokio[4abd89813253b493]::runtime::context::scoped::Scoped<tokio[4abd89813253b493]::runtime::scheduler::Context>>::set::<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_an_existing_api_key_user_exists_should_return_true::{closure#0}>::{closure#0}>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[4abd89813253b493]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   39:     0x5db9738e9a29 - tokio[4abd89813253b493]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[4abd89813253b493]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>), <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_an_existing_api_key_user_exists_should_return_true::{closure#0}>::{closure#0}>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/context.rs:180:38
[INFO] [stdout]   40:     0x5db9738ca0f2 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[4abd89813253b493]::runtime::context::Context>>::try_with::<tokio[4abd89813253b493]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[4abd89813253b493]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>), <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_an_existing_api_key_user_exists_should_return_true::{closure#0}>::{closure#0}>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[4abd89813253b493]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   41:     0x5db9738c8bfe - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[4abd89813253b493]::runtime::context::Context>>::with::<tokio[4abd89813253b493]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[4abd89813253b493]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>), <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_an_existing_api_key_user_exists_should_return_true::{closure#0}>::{closure#0}>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[4abd89813253b493]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   42:     0x5db9738e8c7d - tokio[4abd89813253b493]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[4abd89813253b493]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>), <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_an_existing_api_key_user_exists_should_return_true::{closure#0}>::{closure#0}>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/context.rs:180:17
[INFO] [stdout]   43:     0x5db9738ba070 - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_an_existing_api_key_user_exists_should_return_true::{closure#0}>::{closure#0}>>::{closure#0}, core[786f478f706679df]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:820:27
[INFO] [stdout]   44:     0x5db9738ba867 - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut <tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_an_existing_api_key_user_exists_should_return_true::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:720:24
[INFO] [stdout]   45:     0x5db9738bcf46 - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_an_existing_api_key_user_exists_should_return_true::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   46:     0x5db9738f2985 - tokio[4abd89813253b493]::runtime::context::runtime::enter_runtime::<<tokio[4abd89813253b493]::runtime::scheduler::current_thread::CurrentThread>::block_on<<tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_an_existing_api_key_user_exists_should_return_true::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   47:     0x5db9738b1402 - <tokio[4abd89813253b493]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_an_existing_api_key_user_exists_should_return_true::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   48:     0x5db9738e6bc2 - <tokio[4abd89813253b493]::runtime::runtime::Runtime>::block_on_inner::<<tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_an_existing_api_key_user_exists_should_return_true::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/runtime.rs:368:52
[INFO] [stdout]   49:     0x5db9738e7a61 - <tokio[4abd89813253b493]::runtime::runtime::Runtime>::block_on::<<tokio[4abd89813253b493]::task::local::LocalSet>::run_until<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_an_existing_api_key_user_exists_should_return_true::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/runtime.rs:342:18
[INFO] [stdout]   50:     0x5db9738fa35f - <tokio[4abd89813253b493]::task::local::LocalSet>::block_on::<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_an_existing_api_key_user_exists_should_return_true::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/task/local.rs:646:12
[INFO] [stdout]   51:     0x5db9738e5c5c - <actix_rt[b56e8aac62cf2d24]::runtime::Runtime>::block_on::<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_an_existing_api_key_user_exists_should_return_true::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   52:     0x5db9738ded62 - <actix_rt[b56e8aac62cf2d24]::system::SystemRunner>::block_on::<broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_an_existing_api_key_user_exists_should_return_true::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   53:     0x5db9738dc158 - broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_an_existing_api_key_user_exists_should_return_true
[INFO] [stdout]                                at /opt/rustwide/workdir/src/app_context.rs:220:5
[INFO] [stdout]   54:     0x5db9738da7a7 - broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_an_existing_api_key_user_exists_should_return_true::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/app_context.rs:221:72
[INFO] [stdout]   55:     0x5db9738de0f6 - <broadsign_rt_pop_server[4170b48cf8d2092b]::app_context::tests_database::given_an_existing_api_key_user_exists_should_return_true::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x5db9738fe96b - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5db9738fe96b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   58:     0x5db97390b35b - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   59:     0x5db97390b35b - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x5db97390b35b - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   61:     0x5db97390b35b - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x5db97390b35b - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x5db97390b35b - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   64:     0x5db97390b35b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   65:     0x5db973906a74 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   66:     0x5db973906a74 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   67:     0x5db97390df62 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   68:     0x5db97390df62 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   69:     0x5db97390df62 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   70:     0x5db97390df62 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   71:     0x5db97390df62 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   72:     0x5db97390df62 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   73:     0x5db97390df62 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x5db973be286f - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   75:     0x5db973be286f - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   76:     0x77cbe3b0faa4 - <unknown>
[INFO] [stdout]   77:     0x77cbe3b9ca64 - clone
[INFO] [stdout]   78:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     app_context::tests_database::given_a_valid_pop_request_should_succeed_to_insert
[INFO] [stdout]     app_context::tests_database::given_an_existing_api_key_user_exists_should_return_true
[INFO] [stdout]     app_context::tests_database::given_initialization_step_do_not_fail
[INFO] [stdout]     tests_endpoint_pop::given_a_valid_pop_and_healthy_server_respond_ok
[INFO] [stdout]     tests_endpoint_pop::given_an_invalid_api_key_server_responds_401_unauthorized
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 3 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 30.20s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin broadsign-rt-pop-server`
[INFO] running `Command { std: "docker" "inspect" "8bbec1d7c3b70293eb41cf9b740081cdec013ba0e6d1af60367b5126a58e5e32", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8bbec1d7c3b70293eb41cf9b740081cdec013ba0e6d1af60367b5126a58e5e32", kill_on_drop: false }`
[INFO] [stdout] 8bbec1d7c3b70293eb41cf9b740081cdec013ba0e6d1af60367b5126a58e5e32
